Blob和Java對象的轉換 字符串轉為Blob對象: Hibernate.createBlob(str.getBytes()); Blob對象轉為字符串: String str= new String(blob.ge ...